home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / March 96 / sending semantic events to embe < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  846 b   |  [TEXT/ttxt]

  1. Subject:     sending semantic events to embedded parts
  2. Sent:        3/17/96 8:18 PM
  3. Received:    3/18/96 7:01 AM
  4. From:        BikeB4Work@aol.com
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. 3/17/96
  9.  
  10. I have a part, that all user interface is sent to myself via Semantic events.
  11. When I am the root part everything works great. However when I'm embedded,
  12. only the events that do not have an object specifier associated with them,
  13. come through. I use the method CreatePartAddrDesc to create the target param
  14. in the CreateEvent method.
  15.  
  16. I found the method CreatePartObjSpec, but it says it is not to be used for
  17. recording. The whole reason for factoring and dispatching semantic events was
  18. to be recordable.
  19.  
  20. How do I target my part when I am embedded?
  21.  
  22. Ken
  23. BikeB4Work@AOL.com
  24.